func github.com/jackc/pgx/v5.encodeCopyValue
2 uses
github.com/jackc/pgx/v5 (current package)
copy_from.go#L235: buf, err = encodeCopyValue(ct.conn.typeMap, buf, sd.Fields[i].DataTypeOID, val)
values.go#L27: func encodeCopyValue(m *pgtype.Map, buf []byte, oid uint32, arg any) ([]byte, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)